[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 MINLEFT() (INTEGER)

 Function
  Return the current users minutes left to use online.

 Syntax
  MINLEFT()   No arguments are required

 Return Type & Value
  INTEGER
  Returns the number of minutes the user online has left to use.

 Remarks
  This function will allow you to access how much time the user has
  remaining.  You could use it to disable certain features at a certain
  point in their session.  Note that this number can be either the minutes
  left today or this session if the SysOp does not enforce daily time
  limits.

 Examples
  IF (MINLEFT() > 10) THEN
    KBDSTUFF "D"+CHR(13)
  ELSE
    PRINTLN "Sorry, not enough time left to download"
  ENDIF

See Also: MINON()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson